Other Structures

The following structures are available globally.

  • A struct representing the copyright on a Spotify media item, such as an album.

    See also

    The Web API Copyright object.
    See more

    Declaration

    Swift

    public struct SKCopyright : Decodable
  • A structure representing a Spotify item’s followers, such as an artist or playlist.

    See also

    The Web API Followers object.
    See more

    Declaration

    Swift

    public struct SKFollowers : JSONDecodable
  • A structure representing an image used by a Spotify item, such as a playlist’s cover image.

    See also

    The Web API Image object.
    See more

    Declaration

    Swift

    public struct SKImage : JSONDecodable